home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
334_01
/
help.h
< prev
next >
Wrap
Text File
|
1991-02-06
|
252b
|
7 lines
/* Exit status returned by help() */
#define H_FOUND 0 /* found the keyword */
#define H_NOTFOUND 1 /* didn't find the keyword */
#define H_ERROR (-1) /* didn't find the help file */
extern void FreeHelp(); /* use this if you need memory */